Configurates
C1.Web.Mvc.TrendLineBase<T>.SampleCount. Sets the sample count for function calculation.
Syntax
'Declaration
Public Function SampleCount( _
ByVal As Integer _
) As TBuilder
public TBuilder SampleCount(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also